]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
20 years ago * Documentation/user/examples.itely: removed \midi block to
reuter [Sun, 26 Sep 2004 22:27:11 +0000 (22:27 +0000)]
* Documentation/user/examples.itely: removed \midi block to
simplify the example

* Documentation/user/notation.itely: Removed superfluous
TextSpanner tweakings (is already done by engraver-init.ly).
Documented bug: vertical alignment of articulations.

* Documentation/user/notation.itely, ly/engraver-init.ly
(VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
padding.

* Documentation/user/notation.itely, ly/engraver-init.ly: moved
docu about TextSpanner padding bug from manual to engraver.ly
(since it's workarounded and hence not user-visible any more)

20 years agorelease commit
hanwen [Sun, 26 Sep 2004 21:37:22 +0000 (21:37 +0000)]
release commit

20 years agoMore editing.
gpercival [Sun, 26 Sep 2004 19:48:15 +0000 (19:48 +0000)]
More editing.

20 years agoMove piano-dynamics template into examples.
gpercival [Sun, 26 Sep 2004 18:22:17 +0000 (18:22 +0000)]
Move piano-dynamics template into examples.

20 years agoMore editing.
gpercival [Sun, 26 Sep 2004 18:20:24 +0000 (18:20 +0000)]
More editing.

20 years agoFix bug that displayed ledger lines while \hideNotes.
gpercival [Sun, 26 Sep 2004 18:19:47 +0000 (18:19 +0000)]
Fix bug that displayed ledger lines while \hideNotes.

20 years agoMore editing.
gpercival [Sat, 25 Sep 2004 18:20:39 +0000 (18:20 +0000)]
More editing.

20 years ago(read-lily-expression): use ~s in format
nsceaux [Sat, 25 Sep 2004 11:23:32 +0000 (11:23 +0000)]
(read-lily-expression): use ~s in format
instead of ~a, to get #{ #"foo" #} actually printed to #"foo".

20 years ago* lily/hairpin.cc (print): check columns of bounds, not bounds themselves.
hanwen [Fri, 24 Sep 2004 18:12:44 +0000 (18:12 +0000)]
* lily/hairpin.cc (print): check columns of bounds, not bounds themselves.
(print): robustify bound-padding lookup.

* scripts/lilypond-book.py (Compile_error.process_include): catch
Compile_error exception, and remove output .texi.

* lily/parser.yy (Music_list): add error-found to music with errors.

20 years ago* lily/parser.yy (Music_list): add error-found to music with errors.
hanwen [Fri, 24 Sep 2004 16:59:35 +0000 (16:59 +0000)]
* lily/parser.yy (Music_list): add error-found to music with errors.

* lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.

* lily/book.cc (process): ignore books with errors

* lily/drum-note-engraver.cc (try_music): idem.

* lily/part-combine-iterator.cc (Part_combine_iterator): use
BusyPlayingEvent to determine which voice was active last.
(unisono): use last active to where to get unisono information
from. This fixes: partcombine-rest.ly (again).

20 years ago(Compile_error.process_include): catch
hanwen [Fri, 24 Sep 2004 13:38:25 +0000 (13:38 +0000)]
(Compile_error.process_include): catch
Compile_error exception, and remove output .texi.

20 years ago*** empty log message ***
hanwen [Fri, 24 Sep 2004 12:05:19 +0000 (12:05 +0000)]
*** empty log message ***

20 years ago* scripts/lilypond-book.py (Compile_error.process_include): catch
hanwen [Fri, 24 Sep 2004 10:42:47 +0000 (10:42 +0000)]
* scripts/lilypond-book.py (Compile_error.process_include): catch
Compile_error exception, and remove output .texi.

* scm/define-music-properties.scm (all-music-properties): add
error-found

* lily/parser.yy (Music_list): add error-found to music with errors.

* lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.

* lily/book.cc (process): ignore books with errors

* lily/include/score.hh (class Score): add error_found_ member.

20 years ago* lily/drum-note-engraver.cc (try_music): idem.
hanwen [Fri, 24 Sep 2004 09:20:27 +0000 (09:20 +0000)]
* lily/drum-note-engraver.cc (try_music): idem.

* lily/note-heads-engraver.cc: remove start-playing-event.

* lily/part-combine-iterator.cc (Part_combine_iterator): use
BusyPlayingEvent to determine which voice was active last.
(unisono): use last active to where to get unisono information
from.

* scm/part-combiner.scm (determine-split-list): cleanups

20 years ago*** empty log message ***
janneke [Fri, 24 Sep 2004 07:22:21 +0000 (07:22 +0000)]
*** empty log message ***

20 years agosimplify.
hanwen [Thu, 23 Sep 2004 21:23:23 +0000 (21:23 +0000)]
simplify.
complexify.

20 years ago(print): use it to determine size of
hanwen [Thu, 23 Sep 2004 21:20:18 +0000 (21:20 +0000)]
(print): use it to determine size of
extender. Remove Lyric_extender::is_visible().

20 years ago* input/regression/lyric-extender.ly: simplify.
hanwen [Thu, 23 Sep 2004 21:17:09 +0000 (21:17 +0000)]
* input/regression/lyric-extender.ly: simplify.

* lily/lyric-extender.cc (print): use it to determine size of
extender. Remove Lyric_extender::is_visible().

* lily/extender-engraver.cc (acknowledge_grob): store lyric in
next property.

* lily/lyric-engraver.cc: remove get_current_rest().

20 years ago* input/regression/lyric-extender.ly: Fix and add test.
janneke [Thu, 23 Sep 2004 19:43:02 +0000 (19:43 +0000)]
* input/regression/lyric-extender.ly: Fix and add test.

* lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.

20 years agoremove Note_head::extent.
hanwen [Thu, 23 Sep 2004 19:15:03 +0000 (19:15 +0000)]
remove Note_head::extent.

20 years ago * lily/lyric-engraver.cc (get_current_rest): New function.
janneke [Thu, 23 Sep 2004 18:36:41 +0000 (18:36 +0000)]
* lily/lyric-engraver.cc (get_current_rest): New function.

* lily/extender-engraver.cc (stop_translation_timestep): Use it:
stop at rest.

* lily/lyric-extender.cc (print): Fix crash (Russ Ross).

20 years agoMore editing.
gpercival [Thu, 23 Sep 2004 17:32:33 +0000 (17:32 +0000)]
More editing.

20 years ago(get_bezier): Fix for broken beziers.
janneke [Thu, 23 Sep 2004 16:50:30 +0000 (16:50 +0000)]
(get_bezier): Fix for broken beziers.

20 years ago * Documentation/user/examples.itely (Small ensembles): added
reuter [Thu, 23 Sep 2004 00:43:14 +0000 (00:43 +0000)]
* Documentation/user/examples.itely (Small ensembles): added
example for transcription of mensural music

* Documentation/user/notation.itely (The Lyrics context): fixed broken
link to SATB vocal score

* Documentation/user/notation.itely (System start delimiters):
fixed typo: GrandStaff->StaffGroup

* Documentation/user/notation.itely (Ancient articulations):
removed obsolete comment on \episem bug

20 years ago*** empty log message ***
hanwen [Wed, 22 Sep 2004 23:05:05 +0000 (23:05 +0000)]
*** empty log message ***

20 years ago * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
hanwen [Wed, 22 Sep 2004 22:04:20 +0000 (22:04 +0000)]
* lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
start to note-column.

* lily/hairpin.cc (print): check text-interface, to attach to
dynamic texts.

* lily/include/text-item.hh (class Text_interface): rename
Text_item -> Text_interface

* lily/piano-pedal-bracket.cc (print): robustify.

20 years ago*** empty log message ***
hanwen [Wed, 22 Sep 2004 21:55:06 +0000 (21:55 +0000)]
*** empty log message ***

20 years ago(output-preview-framework): Fix invocation
janneke [Wed, 22 Sep 2004 21:50:40 +0000 (21:50 +0000)]
(output-preview-framework): Fix invocation
of header.

20 years ago(print): robustify.
hanwen [Wed, 22 Sep 2004 21:42:20 +0000 (21:42 +0000)]
(print): robustify.

20 years ago * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
kroger [Wed, 22 Sep 2004 20:48:52 +0000 (20:48 +0000)]
* scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.

* scm/page-layout.scm (plain-header): if printfirstpagenumber is
true will print the page number in the first page.

* Documentation/user/changing-defaults.itely: Document
printfirstpagenumber.

20 years ago(acknowledge_grob): avoid more
hanwen [Wed, 22 Sep 2004 16:37:42 +0000 (16:37 +0000)]
(acknowledge_grob): avoid more
objects.

20 years ago* lily/beam-concave.cc (calc_concaveness): take absolute value of
hanwen [Wed, 22 Sep 2004 16:12:36 +0000 (16:12 +0000)]
* lily/beam-concave.cc (calc_concaveness): take absolute value of
dy for scaling. This fixes various downbeams.

* lily/beam-quanting.cc (best_quant_score_idx):

20 years ago(header-to-file): Fix.
janneke [Wed, 22 Sep 2004 13:33:53 +0000 (13:33 +0000)]
(header-to-file): Fix.

20 years ago* lily/parser.yy <score_body>: Fix typo.
wl [Wed, 22 Sep 2004 06:02:52 +0000 (06:02 +0000)]
* lily/parser.yy <score_body>: Fix typo.

20 years agoMore editing.
gpercival [Tue, 21 Sep 2004 23:45:47 +0000 (23:45 +0000)]
More editing.

20 years ago(note-by-number): read font-size
hanwen [Tue, 21 Sep 2004 22:06:04 +0000 (22:06 +0000)]
(note-by-number): read font-size
to determine stem length. Fixes: markup-note.ly

20 years ago*** empty log message ***
hanwen [Tue, 21 Sep 2004 21:59:55 +0000 (21:59 +0000)]
*** empty log message ***

20 years ago * Documentation/user/notation.itely (ancient flags): documented
reuter [Tue, 21 Sep 2004 18:31:36 +0000 (18:31 +0000)]
* Documentation/user/notation.itely (ancient flags): documented
flags-related known bugs

* lily/include/ligature-engraver.hh: added comment about why and
how of (non-)use of abstract virtual methods

* ly/engraver-init.ly (VaticanaVoice,
GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
unset dash-fraction property in order to get solid lines

* ly/engraver-init.ly (MensuralStaff): fixed bad comment

20 years agoadded some bugfixers
erik [Tue, 21 Sep 2004 18:15:09 +0000 (18:15 +0000)]
added some bugfixers

20 years ago(score_body): disallow \bookpaper in \score.
hanwen [Tue, 21 Sep 2004 17:32:46 +0000 (17:32 +0000)]
(score_body): disallow \bookpaper in \score.

20 years agotypo
hjunes [Tue, 21 Sep 2004 17:12:09 +0000 (17:12 +0000)]
typo

20 years ago*** empty log message ***
janneke [Tue, 21 Sep 2004 15:17:38 +0000 (15:17 +0000)]
*** empty log message ***

20 years ago * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
matsb [Tue, 21 Sep 2004 11:38:03 +0000 (11:38 +0000)]
* scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth

20 years agoFix font dir description.
janneke [Mon, 20 Sep 2004 23:02:43 +0000 (23:02 +0000)]
Fix font dir description.

20 years ago*** empty log message ***
hanwen [Mon, 20 Sep 2004 22:01:24 +0000 (22:01 +0000)]
*** empty log message ***

20 years ago(voice): move linethickness
hanwen [Mon, 20 Sep 2004 21:59:21 +0000 (21:59 +0000)]
(voice): move linethickness
settings to bookpaper.

20 years ago* lily/simple-spacer.cc (Module): use force to stretch to
hanwen [Mon, 20 Sep 2004 20:40:48 +0000 (20:40 +0000)]
* lily/simple-spacer.cc (Module): use force to stretch to
line length as force measure for ragged spacing.

* ly/part-paper-init.ly: remove file.

20 years ago* lily/lily-parser.cc (get_paper): don't set parent for \paper
hanwen [Mon, 20 Sep 2004 20:23:51 +0000 (20:23 +0000)]
* lily/lily-parser.cc (get_paper): don't set parent for \paper
blocks in the parser. This eliminates ordering dependency for
\bookpaper and \paper

* ly/part-paper-init.ly: remove file.

20 years agoremove file.
hanwen [Mon, 20 Sep 2004 20:09:53 +0000 (20:09 +0000)]
remove file.

20 years ago*** empty log message ***
hanwen [Sun, 19 Sep 2004 23:19:37 +0000 (23:19 +0000)]
*** empty log message ***

20 years ago(new_input): elucidate message.
hanwen [Sun, 19 Sep 2004 22:51:53 +0000 (22:51 +0000)]
(new_input): elucidate message.

20 years agoAdded some bughunters
erik [Sun, 19 Sep 2004 12:32:43 +0000 (12:32 +0000)]
Added some bughunters

20 years ago* input/mutopia/E.Satie/petite-ouverture-a-danser.ly:
janneke [Sun, 19 Sep 2004 12:32:18 +0000 (12:32 +0000)]
* input/mutopia/E.Satie/petite-ouverture-a-danser.ly:
* input/mutopia/R.Schumann/romanze-op28-2.ly:
* input/mutopia/F.Schubert/standchen.ly: Remove obsolete
#'Slur.attachment setting.

20 years ago* input/mutopia/E.Satie/petite-ouverture-a-danser.ly:
janneke [Sun, 19 Sep 2004 11:17:04 +0000 (11:17 +0000)]
* input/mutopia/E.Satie/petite-ouverture-a-danser.ly:
* input/mutopia/R.Schumann/romanze-op28-2.ly:
* input/mutopia/F.Schubert/standchen.ly: Remove obsolete
#'Slur.attachment setting.

* elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
friendlier for point and click.

20 years ago* ly/init.ly: reverse collected scores.
hanwen [Sun, 19 Sep 2004 09:09:53 +0000 (09:09 +0000)]
* ly/init.ly: reverse collected scores.

* scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
layout to determine force.

20 years agoUh, oh. s/onlyWithTag/keepWithTag/.
wl [Sun, 19 Sep 2004 05:15:52 +0000 (05:15 +0000)]
Uh, oh.  s/onlyWithTag/keepWithTag/.

20 years ago* ly/declarations-init.ly (escapedBiggerSymbol,
wl [Sat, 18 Sep 2004 14:47:25 +0000 (14:47 +0000)]
* ly/declarations-init.ly (escapedBiggerSymbol,
escapedSmallerSymbol): Fix typos.

20 years ago* scripts/convert-ly.py: s/removeTag/removeWithTag/.
wl [Sat, 18 Sep 2004 13:38:45 +0000 (13:38 +0000)]
* scripts/convert-ly.py: s/removeTag/removeWithTag/.

20 years agos/removeTag/onlyWithTag/.
wl [Sat, 18 Sep 2004 13:26:26 +0000 (13:26 +0000)]
s/removeTag/onlyWithTag/.

20 years ago* ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
wl [Sat, 18 Sep 2004 13:21:24 +0000 (13:21 +0000)]
* ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
ties.

20 years ago(texidoc): cleanup.
hanwen [Sat, 18 Sep 2004 11:52:34 +0000 (11:52 +0000)]
(texidoc): cleanup.

20 years agorelease commit
hanwen [Sat, 18 Sep 2004 11:47:17 +0000 (11:47 +0000)]
release commit

20 years ago* lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
hanwen [Sat, 18 Sep 2004 11:11:58 +0000 (11:11 +0000)]
* lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
little wider for attachment calculation. This prevents stem and
slur touching.

* lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
)

* lily/slur-scoring.cc (score_extra_encompass): check if extra
objects are on boundary column.

20 years ago* lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
hanwen [Sat, 18 Sep 2004 10:53:08 +0000 (10:53 +0000)]
* lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
)

* input/regression/tie.ly (texidoc): cleanup.

* ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
and ~

20 years ago(score_extra_encompass): check if extra
hanwen [Sat, 18 Sep 2004 10:20:02 +0000 (10:20 +0000)]
(score_extra_encompass): check if extra
objects are on boundary column.

20 years ago*** empty log message ***
hanwen [Sat, 18 Sep 2004 10:01:37 +0000 (10:01 +0000)]
*** empty log message ***

20 years ago(parse_argv): process --tex too.
hanwen [Sat, 18 Sep 2004 09:51:28 +0000 (09:51 +0000)]
(parse_argv): process --tex too.

20 years ago(keepWithTag): add music functions
hanwen [Sat, 18 Sep 2004 08:56:08 +0000 (08:56 +0000)]
(keepWithTag): add music functions
keepWithTag and removeWithTag.

20 years ago(recent_enough): interpret laziness
hanwen [Sat, 18 Sep 2004 08:36:31 +0000 (08:36 +0000)]
(recent_enough): interpret laziness
= #t. This fixes no-reset accidental-style.

20 years ago(Quote_iterator): init transposed_musics_.
hanwen [Sat, 18 Sep 2004 08:19:35 +0000 (08:19 +0000)]
(Quote_iterator): init transposed_musics_.

20 years ago(recent_enough): interpret laziness
hanwen [Fri, 17 Sep 2004 22:52:06 +0000 (22:52 +0000)]
(recent_enough): interpret laziness
= #t. This fixes no-reset accidental-style.

20 years ago* input/regression/accidental-piano.ly (Module): new file.
hanwen [Fri, 17 Sep 2004 22:32:13 +0000 (22:32 +0000)]
* input/regression/accidental-piano.ly (Module): new file.

* lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.

20 years ago*** empty log message ***
hanwen [Fri, 17 Sep 2004 21:10:46 +0000 (21:10 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
hanwen [Fri, 17 Sep 2004 19:09:10 +0000 (19:09 +0000)]
*** empty log message ***

20 years ago(score_extra_encompass): widen X extent of
hanwen [Fri, 17 Sep 2004 19:05:04 +0000 (19:05 +0000)]
(score_extra_encompass): widen X extent of
extra encompass.
(score_extra_encompass): use Y coordinate of attachment if X
attachment falls in extra encompass X extent.

20 years ago(SLIB_PATH): add SLIB_PATH to
hanwen [Fri, 17 Sep 2004 18:51:01 +0000 (18:51 +0000)]
(SLIB_PATH): add SLIB_PATH to
GUILE_LOAD_PATH

20 years agoSmall fixes.
janneke [Fri, 17 Sep 2004 15:18:34 +0000 (15:18 +0000)]
Small fixes.

20 years agoGetting close to 2.6.0 release.
janneke [Fri, 17 Sep 2004 14:07:07 +0000 (14:07 +0000)]
Getting close to 2.6.0 release.

20 years ago * Documentation/user/notation.itely (Ancient flags): Removed
reuter [Thu, 16 Sep 2004 22:13:14 +0000 (22:13 +0000)]
* Documentation/user/notation.itely (Ancient flags): Removed
documentation on adjust-if-on-staffline (this property was removed
by Han-Wen).

* Documentation/user/notation.itely (Ancient notation): Minor
cleanups and fixes.  Renamed "Vaticana style contexts" ->
"Gregorian Chant contexts".  Added section "Mensural contexts".
Added section "Ancient articulations".

* ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".

20 years ago*** empty log message ***
janneke [Thu, 16 Sep 2004 21:58:00 +0000 (21:58 +0000)]
*** empty log message ***

20 years agoAdd missing bit.
janneke [Thu, 16 Sep 2004 21:57:45 +0000 (21:57 +0000)]
Add missing bit.

20 years ago(LD_LIBRARY_PATH): new script.
hanwen [Thu, 16 Sep 2004 21:38:13 +0000 (21:38 +0000)]
(LD_LIBRARY_PATH): new script.

20 years ago(get_y_attachment_range): set end point
hanwen [Thu, 16 Sep 2004 21:31:00 +0000 (21:31 +0000)]
(get_y_attachment_range): set end point
using  base_attachment.

20 years ago* scm/page-layout.scm (default-page-make-stencil): whoops. Add
hanwen [Thu, 16 Sep 2004 20:55:56 +0000 (20:55 +0000)]
* scm/page-layout.scm (default-page-make-stencil): whoops. Add
page header back.

* scm/documentation-generate.scm (top-node): move version  to top node.

20 years agoadd ledgered-interface, with
hanwen [Thu, 16 Sep 2004 19:03:12 +0000 (19:03 +0000)]
add ledgered-interface, with
property no-ledgers.

20 years agoExpand 's to is.
hjunes [Wed, 15 Sep 2004 22:52:11 +0000 (22:52 +0000)]
Expand 's to is.

20 years agomanual fixes.
hjunes [Wed, 15 Sep 2004 22:32:49 +0000 (22:32 +0000)]
manual fixes.

20 years agosort
hjunes [Wed, 15 Sep 2004 22:16:09 +0000 (22:16 +0000)]
sort

20 years agoAdd lifetime and full name.
hjunes [Wed, 15 Sep 2004 22:13:20 +0000 (22:13 +0000)]
Add lifetime and full name.

20 years ago * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
reuter [Wed, 15 Sep 2004 21:54:01 +0000 (21:54 +0000)]
* mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
lneomensural char entry; (ii) fixed mensural/neomensural naming
clash typo; (iii) lneomensural char: fixed stem attachment point.
WARNING: FONT CHANGED!

20 years agoMore editing.
gpercival [Wed, 15 Sep 2004 19:44:27 +0000 (19:44 +0000)]
More editing.

20 years agoTypo.
wl [Wed, 15 Sep 2004 05:38:16 +0000 (05:38 +0000)]
Typo.

20 years ago(score_edges): add exp(slope*dir*leftright)
hanwen [Tue, 14 Sep 2004 22:52:16 +0000 (22:52 +0000)]
(score_edges): add exp(slope*dir*leftright)
factor in edge attraction. This reflects that the left edge may
have a larger gap for an ascending up-slur.
(get_base_attachments): copy bound Y from right bound, if there is
only one note-column after the line break.

20 years ago(score_edges): add exp(slope*dir*leftright)
hanwen [Tue, 14 Sep 2004 22:29:54 +0000 (22:29 +0000)]
(score_edges): add exp(slope*dir*leftright)
factor in edge attraction. This reflects that the left edge may
have a larger gap for an ascending up-slur.

20 years agoUpdate with tarball [pre]releases.
janneke [Tue, 14 Sep 2004 16:27:59 +0000 (16:27 +0000)]
Update with tarball [pre]releases.

20 years ago * lily/phrasing-slur-engraver.cc (process_music): Create
matsb [Tue, 14 Sep 2004 14:12:14 +0000 (14:12 +0000)]
* lily/phrasing-slur-engraver.cc (process_music): Create
PhrasingSlur instead of Slur.

20 years ago * Documentation/user/changing-defaults.itely (Defining new
matsb [Tue, 14 Sep 2004 08:27:21 +0000 (08:27 +0000)]
* Documentation/user/changing-defaults.itely (Defining new
contexts): Fixed misprinted context name.

20 years ago*** empty log message ***
hanwen [Mon, 13 Sep 2004 21:38:24 +0000 (21:38 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
hanwen [Mon, 13 Sep 2004 21:21:23 +0000 (21:21 +0000)]
*** empty log message ***

20 years ago* ly/property-init.ly (hideStaffSwitch): remove turnOff.
hanwen [Mon, 13 Sep 2004 21:09:23 +0000 (21:09 +0000)]
* ly/property-init.ly (hideStaffSwitch): remove turnOff.

* scripts/convert-ly.py (conv): change Both to Neutral in property
settings.