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
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