]> 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 232178c9ae4c8e1ec644f86baeafa5698c523529..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.10"
+\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