lilypond-user
[Top][All Lists]
Advanced

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

Re: New user - I have an lone treble clef/extra staff


From: Noeck
Subject: Re: New user - I have an lone treble clef/extra staff
Date: Fri, 25 Jan 2013 15:38:29 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Just to add this:

Assuming, you program did all that settings and they are not mandatory
for you, here is an easier code, which does almost the same as yours
using LilyPonds defaults. It is much shorter and much more readable:


\version "2.10.10"

\header {
  title = "New Arrangement"
}

Chords = \chords { c1 f g c }

voice = {
  \tempo 4=120
  e'1 |
  a'1 |
  b1 |
  e'1
}

\score {
  <<
    \Chords
    {
      \set Staff.instrumentName = "bbb "
      \voice
    }
  >>
}



reply via email to

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