On Wed, Apr 20, 2022 at 07:41:54PM +0300, Omer Katzir wrote:
> I wrote my music, and decided I wanted to add bass, but I’m having
> problems adding a clef, keep getting errors and I’m still struggling
> with Lilypond. 
> 
> Here’s my sheet, it’s based on a template someone made for me, but
> it’s a guitar template and I want to add bass clef for Piano
> performance. 
[...]
> \score { 
>   <<
>     \new GrandStaff <<
>       \new Staff = "guitar traditional" <<
>         \clef "treble_8"
>         \context Voice = "upper" \upper
>         \context Voice = "lower" \lower
>       >>
[...]

You probably want a different staff for your lower voice, so do this
instead:

>       \new Staff = "guitar traditional" <<
>         \clef "treble_8"
>         \context Voice = "upper" \upper
>       >>
>       \new Staff = "piano" <<
>         \clef bass
>         \context Voice = "lower" \lower
>       >>


T

-- 
Long, long ago, the ancient Chinese invented a device that lets them see 
through walls. It was called the "window".

Reply via email to