lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Moving notes re: text within markup


From: George Xu
Subject: Moving notes re: text within markup
Date: Sun, 05 Aug 2012 19:02:33 +1200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0

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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]