lilypond-user
[Top][All Lists]
Advanced

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

Re: Poor man' ossia


From: Jacques Menu
Subject: Re: Poor man' ossia
Date: Mon, 14 Sep 2015 11:45:49 +0200

Thanks Robert and Malte,

\voiceOne or \voiceThere have the same effect in this situation, so I can use 
either one or the other.

Here is a working solution.

A nice day!

JM



\version "2.19.25"

\relative c' {
  \time 2/4

  d2 - \markup{ \italic "rall."}  ~ | % 8

  <<
    {
      \override Beam.collision-voice-only = ##t
      d8 [
      \tempo "A tempo"
      d'16 \pp -. g,16 -. ]
    }
    \new Voice {
      \voiceThree
      \hide NoteHead
      \override NoteHead.no-ledgers = ##t
      \override NoteColumn.ignore-collision = ##t
      c'16 [ c ] s16 s16
    }
  >>

}


> Le 14 sept. 2015 à 11:23, Malte Meyn <address@hidden> a écrit :
> 
> 
> 
> Am 14.09.2015 um 10:43 schrieb Menu Jacques:
>> Trouble is that the two 16th are too much on the right
> 
> \override NoteColumn.ignore-collision = ##t
> (in the “ossia” voice)
> 
> and the stems of the
>> « main » voice are too long.
> 
> \override Beam.collision-voice-only = ##t
> (in the “main” voice)
> 
> _______________________________________________
> 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]