Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(334)

Unified Diff: input/regression/breathing-sign-ancient.ly

Issue 6778050: fix representation switching from line-position to staff-space Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: improved explanations Created 12 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lily/breathing-sign.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/breathing-sign-ancient.ly
diff --git a/input/regression/breathing-sign-ancient.ly b/input/regression/breathing-sign-ancient.ly
index 5178c65c6de436c80d8ddd26fe3ad47ca887d235..55698bf2816966c6e1e65167ab4e0295a7cb3b7d 100644
--- a/input/regression/breathing-sign-ancient.ly
+++ b/input/regression/breathing-sign-ancient.ly
@@ -36,3 +36,63 @@ finalis, the latter three looking similar to bar glyphs.
\finalis
}
}
+
+mus = \relative f' {
+ \clef tenor
+ c g c
+ c \virgula g c
+ c \caesura g c
+ c \divisioMinima g c
+ c \divisioMaior g c
+ c \divisioMaxima g c
+ \finalis
+}
+
+\new Staff \with {
+ \remove Bar_engraver
+} {
+ \context Voice \with {
+ \remove Stem_engraver
+ } {
+ \mus
+} }
+
+\new Staff \with {
+ \override StaffSymbol #'line-positions = #'(-2 0 2 4)
+ \remove Bar_engraver
+} {
+ \context Voice \with {
+ \remove Stem_engraver
+ } {
+ \mus
+} }
+
+\new Staff \with {
+ \override StaffSymbol #'line-count = #6
+ \remove Bar_engraver
+} {
+ \context Voice \with {
+ \remove Stem_engraver
+ } {
+ \mus
+} }
+
+\new Staff \with {
+ \override StaffSymbol #'line-count = #2
+ \remove Bar_engraver
+} {
+ \context Voice \with {
+ \remove Stem_engraver
+ } {
+ \mus
+} }
+
+\new Staff \with {
+ \override StaffSymbol #'line-positions = #'(-4 -2 2 5)
+ \remove Bar_engraver
+} {
+ \context Voice \with {
+ \remove Stem_engraver
+ } {
+ \mus
+} }
« no previous file with comments | « no previous file | lily/breathing-sign.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b