]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-sign.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-sign.ly
index 01775e29220e322701cc93a948017f1371205bea..c684d1805a7faac0a8579e9d48708e2125e9f671 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc = "The two dots of a repeat sign should be symmetric
 to the staff centre and avoid staff lines even for exotic staves."
 }
 
 
-mus = \context Voice { \relative f' { d e f g \bar ":|" } }
+mus = \context Voice { \relative { d' e f g \bar ":|." } }
 
 \new Staff {
   <<
@@ -15,7 +15,7 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-6 -4 -2 0 2)
+  \override StaffSymbol.line-positions = #'(-6 -4 -2 0 2)
 } {
   <<
     \clef french
@@ -25,7 +25,7 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-count = #4
+  \override StaffSymbol.line-count = #4
 } {
   <<
     \mus
@@ -34,7 +34,7 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-2 0 2 4)
+  \override StaffSymbol.line-positions = #'(-2 0 2 4)
 } {
   <<
     \mus
@@ -43,7 +43,7 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-7 -4)
+  \override StaffSymbol.line-positions = #'(-8 -4)
 } {
   <<
     \clef french
@@ -53,45 +53,44 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'staff-space = #1.5
-  \override StaffSymbol #'line-positions = #'(-2 0)
+  \override StaffSymbol.line-positions = #'(-2 0)
+  \override StaffSymbol.staff-space = #1.5
 } {
   <<
     \mus
-    \context Voice { s1^"as wide as previous" }
+    \context Voice { s1^"widened by staff-space" }
   >>
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-2.9 -2)
+  \override StaffSymbol.line-positions = #'(-2 0)
 } {
   <<
     \mus
-    \context Voice { s1^"narrow staff" }
+    \context Voice { s1^"dots outside" }
   >>
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-4 -3 -2)
+  \override StaffSymbol.line-positions = #'(-2.9 -2)
 } {
   <<
     \mus
-    \context Voice { s1^"dense staff" }
+    \context Voice { s1^"narrow staff" }
   >>
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-4 -3 -2)
-  \override StaffSymbol #'staff-space = #0.8
+  \override StaffSymbol.line-positions = #'(-4 -3 -2)
 } {
   <<
     \mus
-    \context Voice { s1^"denser staff" }
+    \context Voice { s1^"dense staff" }
   >>
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-6 -2 0 5)
+  \override StaffSymbol.line-positions = #'(-6 -5 -2 0 3 5)
 } {
   <<
     \mus
@@ -100,8 +99,8 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-4 -2 -1)
-  \override StaffSymbol #'staff-space = #1.5
+  \override StaffSymbol.line-positions = #'(-4 -2 -1)
+  \override StaffSymbol.staff-space = #1.5
 } {
   <<
     \mus
@@ -110,7 +109,25 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'thickness = #4
+  \override StaffSymbol.line-positions = #'(-10 -2 6 14)
+} {
+  <<
+    \mus
+    \context Voice { s1^"dots in outer spaces" }
+  >>
+}
+
+\new Staff \with {
+  \override StaffSymbol.line-positions = #'(-5 -4 -2 2 4 6)
+} {
+  <<
+    \mus
+    \context Voice { s1^"dots in the middle" }
+  >>
+}
+
+\new Staff \with {
+  \override StaffSymbol.thickness = #4
 } {
   <<
     \clef french
@@ -122,7 +139,7 @@ mus = \context Voice { \relative f' { d e f g \bar ":|" } }
 }
 
 \new Staff \with {
-  \override StaffSymbol #'line-positions = #'(-2)
+  \override StaffSymbol.line-positions = #'(-2)
 } {
   <<
     \mus