]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-music-with-different-time-signatures.ly
Metronome mark: check for interface rather than grob name in non-break-aligned.
[lilypond.git] / Documentation / snippets / printing-music-with-different-time-signatures.ly
index 3554f2540ee43fa908f31e61ecc844c4b38d0efc..f4f5ec1cadcbbe65bb3bb6a800e471ba0700b950 100644 (file)
@@ -1,7 +1,7 @@
 %% 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.4"
+\version "2.13.31"
 
 \header {
   lsrtags = "rhythms, percussion"
@@ -36,7 +36,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 +46,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 +64,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 +105,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 +128,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.
     }