]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign.ly
* input/regression/breathing-sign.ly: tiny fixes
[lilypond.git] / input / regression / breathing-sign.ly
index 208bb45a3fbb1ca65c852d4e54de923928efbaeb..8047cfd7964e529e339fd28a8fd43adebc8cd401 100644 (file)
@@ -74,8 +74,9 @@ finalis, the latter three looking similar to bar glyphs.
     \context VaticanaStaff {
       \notes \relative c' {
 
-       % we turn bars off for Gregorian stuff
-       \property Staff.BarLine \override #'transparent = ##t
+       % we turn bars and bar numbers off for Gregorian stuff
+       \property Staff.BarLine \set #'transparent = ##t
+       \property Score.BarNumber \set #'transparent = ##t
 
        % here is no \breathe
        c g c
@@ -102,4 +103,7 @@ finalis, the latter three looking similar to bar glyphs.
       }
     }
   }
+  \paper {
+    \translator { \RemoveEmptyStaffContext }
+  }
 }