]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-line-segno.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / bar-line-segno.ly
diff --git a/input/regression/bar-line-segno.ly b/input/regression/bar-line-segno.ly
new file mode 100644 (file)
index 0000000..4865ed7
--- /dev/null
@@ -0,0 +1,25 @@
+\version "2.14.0"
+
+\header { texidoc = "Segno bar lines can be used to mark
+                     the begin and the end of a segno part."
+        }
+
+\paper { ragged-right = ##t }
+
+\relative \new StaffGroup <<
+  \new Staff {
+    c4 \bar "S" c \bar "|S" c \bar "S|" c \bar ":|S" \break
+    c4 c \bar ":|S|:" c c \bar ":|S.|:" \break
+    c4 c c2 \bar ".S|:" \break
+    c1 \bar ":|S." \break
+    c1 \bar "S" \break
+    c1 }
+  \new Staff {
+    c4 c c c
+    c4 c c c
+    c4 c c c
+    c4 c c c
+    c4 c c c
+    c1
+  }
+>>