lilypond-user
[Top][All Lists]
Advanced

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

Re: second voice note has no flags


From: Tao Cumplido
Subject: Re: second voice note has no flags
Date: Mon, 18 Jun 2007 08:22:11 +0200

Use this in the second voice instead: a2 s8. a16
The 's' will produce an invisible rest.
In suppose that in your code lilypond wrote a dotted eigth beamed to a 
sixteenth and then hid the eigth and the beam, so that the sixteenth looked 
like a quarter note.

regards,

Tao


-------- Original-Nachricht --------
Datum: Sun, 17 Jun 2007 16:50:20 -0700
Von: "Jay Hamilton" <address@hidden>
An: "Lilypond User" <address@hidden>
Betreff: second voice note has no flags

> In the example below the 16th note a should have two flags but has none
> and looks like a quarter note.
> What did I do wrong this time?
> 
> \version "2.10.25"
> melody = \relative c'
> {
> \clef treble
> \key c \major
> \time 3/4
> #(set-global-staff-size 20)
> \override Staff.TimeSignature #' style = #' ()
> \override Staff.NoteCollision #'merge-differently-headed = ##t
> \override Staff.NoteCollision #'merge-differently-dotted = ##t
> <<
> {
> a16-p e''^\markup {a} dis-1-m cis-3-i e^\markup {a} dis-m cis-i a-4-p
> dis^\markup {a} cis-m a-i a,-p
> \bar "|."
> }
> \\
> {
> a2 \hideNotes a8. \unHideNotes a16
> }
> >>
> 
>   }
> \score {
> \new Staff \melody
> \layout { }
> \midi { }
> }
> 
> 
> 
> Please respond to this email using
> address@hidden
> Jay Hamilton
> www.soundand.com
> 206-328-7694
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail




reply via email to

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