gnu-music-discuss
[Top][All Lists]
Advanced

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

incipit problems (both bug reports and questions)


From: Han-Wen Nienhuys
Subject: incipit problems (both bug reports and questions)
Date: Mon, 30 Oct 2000 13:11:45 +0100

address@hidden writes:
> <bug report>
> I tried:
> \clef "C1";
> 
> and it printed a treble clef, instead of a C clef on the first line.


This functionality has been removed; you can get the same result by
editing the value of supportedClefTypes (and if necessary clefPitches)
in ly/engraver.ly

> <bug report>
> \property Staff.fullSizeChanges = ##t
> \clef treble;

This functionality has been removed, I'll look into a sane way of
reintroducing it.

> <bug report>
> When I try to push and pop the Voice.stem lenth property, I get a
> syntax error:
> 
> incipit.ly:15:28: error: parse error:
> \property Voice.stem = \push
>                              *'length = #0

try #'length

> <bug report>
> I attempted to verify that this wasn't user error by processing the
> les-nereides.ly, which is where I got the syntax from, but I got an

read what it says  at the top of les-nereides.ly

> <possible bug report; otherwise question>
> This still prints a stem between the two notes of the range.  I'd
> rather have two quarter notes with no stem at all.

\property Voice.Stem \push #'transparent = ##t

> \bar ".|";
> \property Staff.fontSize = 0
> \property Staff.fullSizeChanges = ##t
> \clef treble;
> 
> Shouldn't the treble clef happen after the bar?  It happens before it.

See the definition of breakAlignOrder in engraver.ly.

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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