lilypond-user
[Top][All Lists]
Advanced

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

Re: Bug? \clef makes Staff disappear


From: Torsten Hämmerle
Subject: Re: Bug? \clef makes Staff disappear
Date: Mon, 12 Nov 2018 11:00:39 -0700 (MST)

Hi Malte,

You'll have to introduce a \new Staff.
Otherwise, the \relative clause (pun, pun…) will just be parallel music in
ChordNames mode and in ChordNames, there are no clefs.

It really starts getting funny if you change the c' into a d' (the c' just
didn't show up somewhere because it did not change the C major chord):

%%%%%%%%%%%%%%%%%%
<<
  \chords { c }
  \relative { \clef bass d' }
>> 
%%%%%%%%%%%%%%%%%%


Initiating a \new Staff makes LilyPond aware of the fact that there actually
/is/ a new Staff:

%%%%%%%%%%%%%%%%%%
<<
  \chords { c }
  \new Staff \relative { \clef bass d' }
>> 
%%%%%%%%%%%%%%%%%%

All the best,
Torsten




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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