lilypond-user
[Top][All Lists]
Advanced

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

Re: Bass Clef Troubles


From: Thomas Morley
Subject: Re: Bass Clef Troubles
Date: Mon, 6 Jan 2020 22:26:22 +0100

Am Mo., 6. Jan. 2020 um 22:18 Uhr schrieb Ethan Sue <address@hidden>:
>
> When I put in:
>
> \version "2.18.2"
> \score {
>   \new PianoStaff <<
>     %Right Hand
>     \new Staff \relative c'' { \clef bass  R1 R1 }
>     %Left hand
>     \new Staff \relative c, {\time 2/2 \clef bass \slashedGrace des8 c2}>>
> }
>
> for the right hand, there is a treble clef before the bass clef. I only want 
> a bass clef at the beginning of the right hand. When I remove the 
> "\slashedGrace des8", the treble clef goes away. How do I keep the slashed 
> grace note but not have a treble clef in the right hand first?

Our most infamous bug: Issue 34
Look for grace synchronization in NR

Here:

\score {
  \new PianoStaff <<
    %Right Hand
    \new Staff \relative c'' { \clef bass  \grace s8 R1 R1 }
    %Left hand
    \new Staff \relative c, {\time 2/2 \clef bass \slashedGrace des8 c2}>>
}

Cheers,
  Harm



reply via email to

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