|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #2199 Mark_engraver in StaffGroup misplaces marks at top of Score |
Date: | Fri, 23 Feb 2018 05:34:39 -0000 |
[issues:#2199] Mark_engraver in StaffGroup misplaces marks at top of Score
Status: Accepted
Created: Sat Jan 07, 2012 11:50 AM UTC by Anonymous
Last Updated: Wed Sep 09, 2015 02:06 PM UTC
Owner: Dan Eble
Originally created by: *anonymous
Originally created by: address@hidden
This has been reported two times in lilypond-user.
"Mark_engraver" or "Metronome_mark_engraver" should be moveable to the
StaffGroup (and alike: GrandStaff, ChoirStaff, etc.) context (and work!!).
%%%% Snippet \version "2.13.24" music = \repeat unfold 5 { \repeat unfold 5 c'1 \mark \default } \score { << \new Staff { s1*0^"Marks should NOT be above this Staff (i.e. above the Score)!" \music } \new StaffGroup { << \new Staff { s1*0^"Marks should be above the StaffGroup" \music } \new Staff { \music } >> } >> \layout { \context { \Score \remove "Mark_engraver" % same for "Metronome_mark_engraver" \remove "Staff_collecting_engraver" } \context { \StaffGroup \consists "Mark_engraver" \consists "Staff_collecting_engraver" % same for "Metronome_mark_engraver" } } } %% Note that it works if we move it to the Staff level (instead of the %% StaffGroup). But engravers at the StaffGroup level is required for %% example if the first staff of the StaffGroup is removed, using %% \RemoveEmptyStaves (Frenched score). \score { << \new Staff { s1*0^"Marks are not above the score" \music } \new StaffGroup { << \new Staff \with { \consists "Mark_engraver" } { s1*0^"Marks are above this Staff" \music } \new Staff { \music } >> } >> \layout { \context { \Score \remove "Mark_engraver" \remove "Staff_collecting_engraver" } \context { \Staff % \consists "Mark_engraver" % We add this engraver to the second Staff only \consists "Staff_collecting_engraver" } } } %%%% End of the snippet
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |