lilypond-user
[Top][All Lists]
Advanced

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

Re: A new staff of each note?


From: Ben
Subject: Re: A new staff of each note?
Date: Wed, 17 Jan 2018 20:02:05 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

On 1/17/2018 7:59 PM, Vivyan wrote:
\score {
%melody 
<<
  \new Staff{
  \time 4/4
  \clef treble
  \set Staff.instrumentName = #"Piano"
   }
      a b f d
   >>
}

Hello,

It's because you have a misplaced curly brace:

\version "2.19.80"

\score {
%melody
<<
  \new Staff {
  \time 4/4
  \clef treble
  \set Staff.instrumentName = #"Piano"
  
      a b f d  }
   >>
}

Attachment: brace.png
Description: PNG image


reply via email to

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