lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond coding problem


From: Knute Snortum
Subject: Re: lilypond coding problem
Date: Mon, 21 Jun 2021 07:20:37 -0700

There is an \unHideNotes function as well:

%%%
\version "2.23.2"
\language "english"

{

  \time 3/4

  \clef bass

  <<

    { r8 b,8 e fs e4}

    \\

    {e,2*3/4 (\hideNotes fs8) \unHideNotes e8[ e,8]}

  >>

}
%%%

--
Knute Snortum



On Mon, Jun 21, 2021 at 5:30 AM WaiMing Tsang <ming.tsang94@gmail.com> wrote:

Dear Fremoin

 

Thank you for the \hidenotes tip.

I use it abd it is fine. However I try to code the following bar I encounter problem:

ß----original scoresheetß---lilypond scoresheet

 

Here is the code for the above:

 
 
I am running on window 10 on surfacepro 4
\version "2.23.2"

 

{

  \time 3/4

  \clef bass

  <<

    { r8 b,8 e fs e4}

    \\

    {e,2*3/4 (\hideNotes fs8) e8 e,8}

  >>

}

 

Thank you for your help.

Ming

Sent from Mail for Windows 10

 


reply via email to

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