lilypond-user
[Top][All Lists]
Advanced

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

Initial clef change in piano score


From: Simon Albrecht
Subject: Initial clef change in piano score
Date: Thu, 15 Sep 2016 21:46:32 +0200

Hello,

if in a piano score the right hand begins in bass clef, it is customary to write a treble clef first and change to bass clef after the time signature, presumably to draw more attention. Is there any more elegant way than this kind of fake in LilyPond?

\version "2.19.47"
{
  \clef treble
  s1*1/100
  \clef bass
  1*99/100
}

Best, Simon



reply via email to

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