]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign-ancient.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / breathing-sign-ancient.ly
index 55698bf2816966c6e1e65167ab4e0295a7cb3b7d..e6ba1472e24f06e746026b5cb577f0a355ff740d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header{
   texidoc="
@@ -11,9 +11,9 @@ finalis, the latter three looking similar to bar glyphs.
 \include "gregorian.ly"
 
 \context VaticanaStaff {
-  \relative c' {
+  \relative {
     % here is no \breathe
-    c g c
+    c' g c
 
     % \virgula applies rcomma, but in a smaller font
     c \virgula g c
@@ -37,9 +37,9 @@ finalis, the latter three looking similar to bar glyphs.
   }
 }
 
-mus = \relative f' {
+mus = \relative {
   \clef tenor
-  c g c
+  c' g c
   c \virgula g c
   c \caesura g c
   c \divisioMinima g c
@@ -58,7 +58,7 @@ mus = \relative f' {
 } }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-2 0 2 4)
+  \override StaffSymbol.line-positions = #'(-2 0 2 4)
   \remove Bar_engraver
 } {
   \context Voice \with {
@@ -68,7 +68,7 @@ mus = \relative f' {
 } }
 
 \new Staff \with {
-  \override StaffSymbol #'line-count = #6
+  \override StaffSymbol.line-count = #6
   \remove Bar_engraver
 } {
   \context Voice \with {
@@ -78,7 +78,7 @@ mus = \relative f' {
 } }
 
 \new Staff \with {
-  \override StaffSymbol #'line-count = #2
+  \override StaffSymbol.line-count = #2
   \remove Bar_engraver
 } {
   \context Voice \with {
@@ -88,7 +88,7 @@ mus = \relative f' {
 } }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-4 -2 2 5)
+  \override StaffSymbol.line-positions = #'(-4 -2 2 5)
   \remove Bar_engraver
 } {
   \context Voice \with {