lilypond-user
[Top][All Lists]
Advanced

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

Re: aligning an arrow


From: Pierre Perol-Schneider
Subject: Re: aligning an arrow
Date: Sun, 14 Feb 2016 13:13:11 +0100

Hi Robert,

Try:

^\tweak extra-offset #'(0 . -2) %% <= or whatever is needed
-\markup
{
  \combine
  \arrow-head #Y #DOWN ##f
  \draw-line #'(0 . 2)
}

Cheers,
Pierre



2016-02-14 12:38 GMT+01:00 Robert Blackstone <address@hidden>:
Dear all,

In the following example I would like to lower the arrow above the third bar to the level of those in bars 1 and 2, but up till now I have not found a way to accomplish it. Either the arrow stays at the same level or it disappears altogether.

%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
\relative c' {
\new Staff { \omit Staff.TimeSignature \clef "soprano"
<<
{\stemUp a'4 \once \hideNotes  a \once \hideNotes a g }\bar "||"
\new Voice {\voiceTwo \stemDown  f4 \set fontSize = #-4 \single \hide Stem e \single \hide Stem d^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) } \unset fontSize c |}
>>
<<
{\time 5/4  \stemUp c' \once \hideNotes c \once \hideNotes c \once \hideNotes c d } \bar "||"
\new Voice {\voiceTwo \stemDown c, \set fontSize = #-4 \single  \hide Stem d \single \hide Stem e \single \hide Stem f^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) } \unset fontSize  g4 |}
>>
<<
{\stemUp c \set fontSize = #-4 \single \hide Stem b %^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) }
\single \hide Stem a \unset fontSize  g } \bar "||" \new Voice {\voiceTwo \stemDown { e4 \set fontSize = #-4 \once \hideNotes d^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) }
\once \hideNotes d \unset fontSize c } |}
>> \bar "||" }
}%%%%%%%%%%%%%%%%%%%%%

Thanks in advance for any help.

Best regards,

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


reply via email to

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