lilypond-user
[Top][All Lists]
Advanced

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

Re: How do I add bass clef after the fact?


From: H. S. Teoh
Subject: Re: How do I add bass clef after the fact?
Date: Wed, 20 Apr 2022 10:03:37 -0700

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

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