]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-music-with-different-time-signatures.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / printing-music-with-different-time-signatures.ly
index b0a4455d91bfade2636698b1b9f180ac8e989678..c9f08956cb43f2972659f568a1b507d50f4f61d8 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "rhythms, percussion"
@@ -11,7 +12,7 @@ signature, yet remain synchronized. The bar lines can no longer be
 printed at the @code{Score} level; to allow independent bar lines in
 each part, the @code{Default_barline_engraver} and
 @code{Timing_translator} are moved from the @code{Score} context to the
-@code{Staff} context. 
+@code{Staff} context.
 
 "
   doctitle = "Printing music with different time signatures"
@@ -53,33 +54,33 @@ Bassklarinette = \new Staff <<
     \clef treble
     \time 3/8
     d''4.
-    
+
     \bar "|"
     \time 3/4
     r8 des''2( c''8)
-    
+
     \bar "|"
     \time 7/8
     r4. ees''2 ~
-    
+
     \bar "|"
     \time 2/4
     \tupletUp
     \times 2/3 { ees''4 r4 d''4 ~ }
-    
+
     \bar "|"
     \time 3/8
     \tupletUp
     \times 3/4 { d''4 r4 }
-    
+
     \bar "|"
     \time 2/4
     e''2
-    
+
     \bar "|"
     \time 3/8
     es''4.
-    
+
     \bar "|"
     \time 3/4
     r8 d''2 r8
@@ -94,19 +95,19 @@ Perkussion = \new StaffGroup <<
       \clef percussion
       \time 3/4
       r4 c'2 ~
-      
+
       \bar "|"
       c'2.
-      
+
       \bar "|"
       R2.
-      
+
       \bar "|"
       r2 g'4 ~
-      
+
       \bar "|"
       g'2. ~
-      
+
       \bar "|"
       g'2.
     }
@@ -117,19 +118,19 @@ Perkussion = \new StaffGroup <<
       \clef percussion
       \time 3/4
       R2.
-      
+
       \bar "|"
       g'2. ~
-      
+
       \bar "|"
       g'2.
-      
+
       \bar "|"
       r4 g'2 ~
-      
+
       \bar "|"
       g'2 r4
-      
+
       \bar "|"
       g'2.
     }