]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/working.itely
Clarify variables names.
[lilypond.git] / Documentation / user / working.itely
index 0e29d7bf6916d66dac27ac97eb59235e7224966e..3f75561f4a32ddaeb759d353e13390ad7b3dbbe9 100644 (file)
@@ -209,9 +209,9 @@ hornNotes = \relative c'' { c4 b dis c }
 You may even realize that this could be useful in minimalist music:
 
 @lilypond[quote,verbatim,ragged-right]
-fragA = \relative c'' { a4 a8. b16 }
-fragB = \relative c'' { a8. gis16 ees4 }
-violin = \new Staff { \fragA \fragA \fragB \fragA }
+fragmentA = \relative c'' { a4 a8. b16 }
+fragmentB = \relative c'' { a8. gis16 ees4 }
+violin = \new Staff { \fragmentA \fragmentA \fragmentB \fragmentA }
 \score {
   {
     \violin