I'm trying to typeset some finger patterns for exercises and don't want bar 
numbers or barlines. This works fine for the first line, but after a \break 
command to force a new line for the next pattern the clef isn't shown.

Obviously I'm doing something wrong, but as a relative Lilypond newbie who 
hasn't used it for a year, I can't work out what. Can some kind soul please 
help?

\version "2.18.2"

\language "english"

\layout {
  ragged-right  = ##t
}

\score {

  \new Staff \with {
    \remove "Bar_number_engraver"
    \remove "Time_signature_engraver"
    \remove "Bar_engraver"
 
  }
  
  \new Voice \with {
    \remove "Stem_engraver"
  }
  
  \relative c {
    \key c \major
    \clef bass
    
    { g4_5 a_4 b_3 c_2 d_1  }
    \break

    {  g,4 a g a b a b a }      
    \break
    
    {g4 af g af bf a bf a } 

  }

}

Regards,

Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to