Updated example.ly

Because of ca6e9110e8
This commit is contained in:
Eric Teunis de Boone 2018-10-22 03:07:06 +02:00
parent ca6e9110e8
commit 2e21c65d8a
2 changed files with 8 additions and 10 deletions

View File

@ -8,7 +8,7 @@
% Give it a title with standard settings % Give it a title with standard settings
\header { title = "Standards 6/8" } \header { title = "Standards 6/8" }
% Change Options for printing % Change Options for printing
\layout { \layout {
% Remove the indent in the first system % Remove the indent in the first system
indent = 0.0 indent = 0.0
@ -24,7 +24,7 @@
\time 6/8 \time 6/8
% Start the bar as a repeat with an anacrusis % Start the bar as a repeat with an anacrusis
\repeat volta 2 { \repeat volta 2 {
\partial 8 \partial 8
% Regularly the format is A - B - A - C % Regularly the format is A - B - A - C
% so we use an unfolded repeat with alternatives % so we use an unfolded repeat with alternatives
% to keep us from writing A twice % to keep us from writing A twice
@ -43,7 +43,7 @@
% The next part is played in unison the first time through % The next part is played in unison the first time through
\tutti { \tutti {
\flam d8. d16 g8 d4.:32( | \flam d8. d16 g8 d4.:32( |
d8.) g16 d8 \flam g4 d8.) g16 d8 \flam g4
} }
} }
% The second alternative % The second alternative
@ -51,7 +51,7 @@
% This part is also played in unison the first time through % This part is also played in unison the first time through
\tutti{ \tutti{
\flam d8. d16:64( d8) \flam d8. d16 \flam g8 | \flam d8. d16:64( d8) \flam d8. d16 \flam g8 |
d8.:32( d16) \flam g8 \flam d4 d8.:32( d16) \flam g8 \flam d4
} }
} }
} }
@ -59,10 +59,10 @@
% This spacing note is of the time we used for the upbeat % This spacing note is of the time we used for the upbeat
s8 | s8 |
} }
% Make sure there is a newline for the next few measures % Make sure there is a newline for the next few measures
\break \break
% Let's try again with another line % Let's try again with another line
% This one containing a few triplets % This one containing a few triplets
\repeat volta 2 { \repeat volta 2 {
@ -70,9 +70,7 @@
\repeat unfold 2 { \repeat unfold 2 {
d8:32( | d8:32( |
\tuplet 3/2 { g8) d g } \flam d8 \tuplet 3/2 { d8 g d } \flam g8 | \tuplet 3/2 { g8) d g } \flam d8 \tuplet 3/2 { d8 g d } \flam g8 |
% Note the \flamd, it is needed because \flam does not know which hand the next note is d16 g d-> g d g \flam d8 g8. d16 |
% This is a todo
\tuplet 3/2 { d8 g d-> } \tuplet 3/2 { g8 d g } \flamd \tuplet 3/2 { d8 g8. d16 } |
} \alternative { } \alternative {
% We don't actually need the outermost braces of the alternatives used in the first line % We don't actually need the outermost braces of the alternatives used in the first line
@ -87,7 +85,7 @@
} }
} }
s8 | s8 |
} }
} }
} }
} }

Binary file not shown.