lilypond-user
[Top][All Lists]
Advanced

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

Cue notes collision


From: Bernhard Ott
Subject: Cue notes collision
Date: Tue, 18 May 2010 01:46:52 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5

Hi,
I'm struggling with cue notes colliding with rests of the "main voice":
How can I tweak the spacing between the full measure rests of the main voice and the voice containing the cue notes?
I would like to avoid messing around with hidden notes and NoteColumns
I tried RestCollission
        \override  RestCollision #'minimum-distance = #1.5
with no success.


Thanks in advance for your help,
Bernhard


\version "2.13.21"

\addQuote "hornOne"  { \relative c' {R1 c2. bes4  bes2 r2 }}
\addQuote "hornTwo"  { \relative c' {R1 c2. b4  b2 r2 }}
\relative g, {
    \clef "bass" \key c \major \time 4/4
    g2 b4 d,
        \new Voice \with { instrumentCueName = "hn."}
        \relative c' {
                \clef "treble"
                \cueDuring #"hornOne"  #UP { R1*2 }}
                \clef "bass"
                \break
}
%%% removing the accidentals helps, but spacing is still unsatisfying

\relative g, {
    \clef "bass" \key c \major \time 4/4
    g2 b4 d,
        \new Voice \with { instrumentCueName = "hn."}
        \relative c' {
                \clef "treble"
                \cueDuring #"hornTwo"  #UP { R1*2 }}
                \clef "bass"
                \break
}



Attachment: CueNoteCollision.png
Description: PNG image


reply via email to

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