bugDenemo - Bugs: bug #65787, Re-positioning lyrics above staff...

 
 

bug #65787: Re-positioning lyrics above staff with Score Layout does not work

Submitter:  Richard Shann <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
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 24 May 2024 04:40:59 PM UTC, original submission:  

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

Richard Shann <rshann>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rshann (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-8ccc.
    Corresponding source code