I'm writing a work that has both scores and text, as well as music embedded within the text. For part of this, I want to put in notes without a staff, clef, or time signature, like so:

\markuplines {
    \vspace #2
    \justifiedlines
{ ...[text]...semiquavers and demisemiquavers are to be played in some such ways as \score { { \stemDown d''16( f'') d''-. d''-. } \layout { \context { \Staff \remove "Time_signature_engraver" \remove "Staff_symbol_engraver" \remove "Clef_engraver" fontSize = #-3 \override StaffSymbol #'staff-space = #(magstep -3) \override StaffSymbol #'thickness = #(magstep -3) } } } and \score { { b''32( b'' b'' b'') b''-. b''-. b''-. b''-. } \layout { \context { \Staff \remove "Time_signature_engraver" \remove "Staff_symbol_engraver" \remove "Clef_engraver" fontSize = #-3 \override StaffSymbol #'staff-space = #(magstep -3) \override StaffSymbol #'thickness = #(magstep -3) } } } and...[more text]... }
}

I've attached what it looks like at the moment.

I was wondering it I could move the notes up and to the left; even though I've removed the time signature and clef, the notes don't move to fill in the space they left behind - as you can see in the picture, they're just sitting way out to the right.

I've looked through the docs but can't find anything that may be helpful here. Thanks in advance!

George

<<attachment: Untitled.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to