lilypond-user
[Top][All Lists]
Advanced

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

Re: override StaffSymbol.line-count


From: Bernard
Subject: Re: override StaffSymbol.line-count
Date: Fri, 26 Feb 2016 12:20:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi Marc (and others),

Thanks for your reply. I use Ubuntu 14.04

I try to install a newer version but without succes.

I just installed Lilypond a few weeks ago with :

sudo apt-get install lilypond

This results in version 2.16.2

So i unstalled lilypond using :
sudo apt-get --purge remove lilypond
sudo apt-get clean

Then I downloaded from :
http://download.linuxaudio.org/lilypond/binaries/linux-64/lilypond-2.18.2-1.linux-64.sh
Executed :
sudo chmod +x  lilypond-2.18.2-1.linux-64.sh  (not in manual, but requered)
sh linux-64/lilypond-2.18.2-1.linux-64.sh

Lilipond seemed to be installed, but is not.

type in shell :
lilypond

returns the message, lilypond is currently not installed, with the suggestion using apt-get to install.

How can I install the newer version in Ubuntu 14.04?

Thanks for your support.

Bernard



On 26-02-16 10:19, Marc Hohl wrote:
Am 26.02.2016 um 10:16 schrieb Bernard:
Hi,

I am new to Lilypond.

I would like to use a 2 line staff with the code :

-----------------------------------------

\version "2.16.2"

timb = \drummode {
          timh4 ssh
        }

   <<
     \new DrumStaff \with {
       drumStyleTable = #timbales-style
       \override StaffSymbol.line-count = #2  # generate syntax error

With version 2.16.x, you have to use

\override StaffSymbol #'line-count = #2

The dot syntax came with 2.18.x, I think, and I recommend upgrading to a newer lilypond release.

HTH,

Marc


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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