URL:
<https://savannah.gnu.org/bugs/?65787>
Summary: Re-positioning lyrics above staff with Score Layout
does not work
Group: Denemo
Submitter: rshann
Submitted: Fri 24 May 2024 04:40:59 PM UTC
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Originator Name:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Fri 24 May 2024 04:40:59 PM UTC By: Richard Shann <rshann>
A workaround is to customise the score layout to insert a \with {}
clause after the \new Lyrics.
As an example with a the default blank score with a verse added the default
score layout looks like this
\score { %Start of Movement
<<
%Start of Staff
\new Staff = "Part 1" <<
\new Voice = "MvmntIVoiceI" {
\clef treble \key c \major \time 4/4 \MvmntIVoiceI
} %End of voice
>> %End of Staff
\new Lyrics = MvmntIVoiceIVerseI
\MvmntIVoiceIVerseIContext
>>
} %End of Movement
Here the staff is names "Part 1" by default and the \with {} clause needed is
\with {alignAboveContext = "Part 1" }
so that the score layout becomes:
\score { %Start of Movement
<<
%Start of Staff
\new Staff = "Part 1" <<
\new Voice = "MvmntIVoiceI" {
\clef treble \key c \major \time 4/4 \MvmntIVoiceI
} %End of voice
>> %End of Staff
\new Lyrics = MvmntIVoiceIVerseI \with {alignAboveContext = "Part 1"
}
\MvmntIVoiceIVerseIContext
>>
} %End of Movement
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65787>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/