Re: warning: no heads for arpeggio found?

2014-02-15 Thread MING TSANG
Thank you Shane and Kieren for the answer to the warning message.  
Emmanuel,
Ming.



On Friday, February 14, 2014 10:42:43 PM, Shane Brandes  
wrote:
 
The arpeggio has to arpeggiate to something else Kieren's suggestion
will only help if there are multiple voice that get arpeggiated
together. I hope that makes sense to you. In any event it is not
possible to arpeggiate just a single tone.

Shane


On Fri, Feb 14, 2014 at 9:56 PM, MING TSANG  wrote:
> rpeggio.ly:4:46: warning: no heads for arpeggio found?
> left = \relative c''{ \clef treble < a >2.
> \arpeggio }
>
> I got the same warning message and no arprggio on pdf.
> Emmanuel,
> Ming
>
>
> On Friday, February 14, 2014 9:26:06 PM, Kieren MacMillan
>  wrote:
> Hi Ming,
>
> Arpeggios require chords.
> It is sufficient to make it a one-note chord: 2.\arpeggio
>
> Hope this helps!
> Kieren.
>
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: warning: no heads for arpeggio found?

2014-02-14 Thread Shane Brandes
The arpeggio has to arpeggiate to something else Kieren's suggestion
will only help if there are multiple voice that get arpeggiated
together. I hope that makes sense to you. In any event it is not
possible to arpeggiate just a single tone.

Shane

On Fri, Feb 14, 2014 at 9:56 PM, MING TSANG  wrote:
> rpeggio.ly:4:46: warning: no heads for arpeggio found?
> left = \relative c''{ \clef treble < a >2.
> \arpeggio }
>
> I got the same warning message and no arprggio on pdf.
> Emmanuel,
> Ming
>
>
> On Friday, February 14, 2014 9:26:06 PM, Kieren MacMillan
>  wrote:
> Hi Ming,
>
> Arpeggios require chords.
> It is sufficient to make it a one-note chord: 2.\arpeggio
>
> Hope this helps!
> Kieren.
>
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: warning: no heads for arpeggio found?

2014-02-14 Thread MING TSANG
rpeggio.ly:4:46: warning: no heads for arpeggio found?
left= \relative c''{ \clef treble < a >2.
\arpeggio }

I got the same warning message and no arprggio on pdf.
Emmanuel,
Ming



On Friday, February 14, 2014 9:26:06 PM, Kieren MacMillan 
 wrote:
 
Hi Ming,

Arpeggios require chords.
It is sufficient to make it a one-note chord: 2.\arpeggio

Hope this helps!
Kieren.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: warning: no heads for arpeggio found?

2014-02-14 Thread Kieren MacMillan
Hi Ming,

Arpeggios require chords.
It is sufficient to make it a one-note chord: 2.\arpeggio

Hope this helps!
Kieren.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


warning: no heads for arpeggio found?

2014-02-14 Thread MING TSANG
I compile the following lily code:
\version "2.19.2"
left= \relative c''{ \clef treble a2.\arpeggio }
<<
\new Staff = "left" \with {
} { \clef bass \left } 
>>

And I got warning message and no arpeggio shown on pdf.

Starting lilypond-windows.exe 2.19.2 [test_no-head-arpeggio.ly]...
Processing 
`C:/Users/Tsang/Dropbox/Lyndon/LiLy/jesus-love-you/test_no-head-arpeggio.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
C:/Users/Tsang/Dropbox/Lyndon/LiLy/jesus-love-you/test_no-head-arpeggio.ly:4:42:
 warning: no heads for arpeggio found?
left= \relative c''{ \clef treble a2.
\arpeggio }
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test_no-head-arpeggio.ps'...
Converting to `./test_no-head-arpeggio.pdf'...
Success: compilation successfully completed
Completed successfully in 1.2".___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user