lilypond-user
[Top][All Lists]
Advanced

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

Re: series of up'n'down bows: /\\//\\/


From: -Eluze
Subject: Re: series of up'n'down bows: /\\//\\/
Date: Wed, 11 Nov 2009 04:43:47 -0800 (PST)


user28 wrote:
> 
> 
> is it possible to make they more compact?
> 

with \textLengthOn you can make sure the next note or barline is starting
when the text has been written.
additionally you can move the starting position of your bows (which i
replaced with \dmarcato) to the right if needed.

{
  \clef "G_8"
  <e c'>2
  <e a>4
  \textLengthOn
  <e e'>
  ^\markup {
    \hspace #.5
    \raise #1 \musicglyph #"scripts.dmarcato"
    \musicglyph #"scripts.umarcato"
    \raise #1 \musicglyph #"scripts.dmarcato"
    \musicglyph #"scripts.umarcato"
    \raise #1 \musicglyph #"scripts.dmarcato"
    \musicglyph #"scripts.umarcato"
    \raise #1 \musicglyph #"scripts.dmarcato"
    \musicglyph #"scripts.umarcato"
  }
  \textLengthOff  % optional
  <e g b>8[ ^\markup { \hspace #.5 \raise #1 \musicglyph #"scripts.dmarcato"
}
  <e g b>8] ^\markup { \hspace #.5 \musicglyph #"scripts.umarcato" }
}
-- 
View this message in context: 
http://old.nabble.com/series-of-up%27n%27down-bows%3A---%5C%5C--%5C%5C--tp26295691p26300641.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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