bug-lilypond
[Top][All Lists]
Advanced

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

Re: Start with grace note


From: David Kastrup
Subject: Re: Start with grace note
Date: Tue, 05 Sep 2017 09:03:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

TwentySix <address@hidden> writes:

> Hello, I have a bug with first grace note:
>
> upper = \relative c'' {
>   \clef treble
>   \key c \major
>   \time 4/4
>
>  a4 a4 a4 a4
>  \bar "|" \break
>  \grace a4
>  \bar "|" \break
> }
>
> lower = \relative c {
>   \clef bass
>   \key c \major
>   \time 4/4
>
>   a2 a2
>   \bar "|" \break
>   a4
>   \bar "|" \break
> }
>
> \score {
>   \new PianoStaff <<
>     \set PianoStaff.instrumentName = #"Piano  "
>     \new Staff = "upper" \upper
>     \new Staff = "lower" \lower
>   >>
>   \layout { }
>   \midi { }
> }
> <http://lilypond.1069038.n5.nabble.com/file/t5399/IMG_1025.png> 

I don't see a bug.  You force a break before and after the grace note.
So the grace note ends up on a line of its own.  So how about actually
describing what you consider a bug here?

-- 
David Kastrup



reply via email to

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