]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-music-with-different-time-signatures.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / printing-music-with-different-time-signatures.ly
index 3554f2540ee43fa908f31e61ecc844c4b38d0efc..af6da555293f5c2a6746ea8308cc94a06a6a1594 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "rhythms, percussion"
@@ -36,7 +39,6 @@ global = { \time 3/4 { s2.*3 } \bar "" \break { s2.*3 } }
   \context {
     \Score
     \remove "Timing_translator"
-    \remove "Time_signature_engraver"
     \remove "Default_bar_line_engraver"
     \remove "Bar_number_engraver"
     \override SpacingSpanner #'uniform-stretching = ##t
@@ -47,7 +49,6 @@ global = { \time 3/4 { s2.*3 } \bar "" \break { s2.*3 } }
     \Staff
     \consists "Timing_translator"
     \consists "Default_bar_line_engraver"
-    \consists "Time_signature_engraver"
   }
   \context {
     \Voice
@@ -66,33 +67,33 @@ Bassklarinette = \new Staff \with {
     \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
@@ -107,19 +108,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.
     }
@@ -130,19 +131,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.
     }