]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-subdivide-shortened-beam.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / beam-subdivide-shortened-beam.ly
index 665d837442e8aeb76d3720c89472eb7686abc92c..fb15a75ebe895b5333aa93ba5ff128fed20cda52 100644 (file)
@@ -1,10 +1,10 @@
 \version "2.19.34"
 
 \header {
-  
+
   doctitle = "Beam subdivide with incomplete remainder"
 
-  texidoc = "Beam count at subdivisions should match the count corresponding 
+  texidoc = "Beam count at subdivisions should match the count corresponding
 to the location of the current subdivision.  However, if the remainder of the
 beam is shorter than that the beam count should be adopted accordingly."
 
@@ -19,7 +19,7 @@ beam is shorter than that the beam count should be adopted accordingly."
   \time 1/4
   \set subdivideBeams = ##t
   \set baseMoment = #(ly:make-moment 1/32)
-  c64 ^\markup "Full beam (1/32 division)" [ c c c  c c c c  c c c c  c c c c ] 
+  c64 ^\markup "Full beam (1/32 division)" [ c c c  c c c c  c c c c  c c c c ]
   c64 ^\markup "Shortened by 1/32" [ c c c  c c c c  c c c c  c c ] r32
   c64 ^\markup "Shortened by 3/32" [ c c c  c c c c  c c  ] r16.
   \set baseMoment = #(ly:make-moment 1/16)