Re: A new staff of each note?

2018-01-17 Thread Ben
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

A new staff of each note?

2018-01-17 Thread Vivyan
why is there a new staff for each note if this code is run? \score { %melody << \new Staff{ \time 4/4 \clef treble \set Staff.instrumentName = #"Piano" } a b f d >> } -- Sent from: http://lilypond.1069038.n5.n