LEFT | RIGHT |
1 ;;;; This file is part of LilyPond, the GNU music typesetter. | 1 ;;;; This file is part of LilyPond, the GNU music typesetter. |
2 ;;;; | 2 ;;;; |
3 ;;;; Copyright (C) 1998--2012 Han-Wen Nienhuys <hanwen@xs4all.nl> | 3 ;;;; Copyright (C) 1998--2012 Han-Wen Nienhuys <hanwen@xs4all.nl> |
4 ;;;; Jan Nieuwenhuizen <janneke@gnu.org> | 4 ;;;; Jan Nieuwenhuizen <janneke@gnu.org> |
5 ;;;; | 5 ;;;; |
6 ;;;; LilyPond is free software: you can redistribute it and/or modify | 6 ;;;; LilyPond is free software: you can redistribute it and/or modify |
7 ;;;; it under the terms of the GNU General Public License as published by | 7 ;;;; it under the terms of the GNU General Public License as published by |
8 ;;;; the Free Software Foundation, either version 3 of the License, or | 8 ;;;; the Free Software Foundation, either version 3 of the License, or |
9 ;;;; (at your option) any later version. | 9 ;;;; (at your option) any later version. |
10 ;;;; | 10 ;;;; |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 own as a subdivided section.") | 134 own as a subdivided section.") |
135 (bassFigureFormatFunction ,procedure? "A procedure that is | 135 (bassFigureFormatFunction ,procedure? "A procedure that is |
136 called to produce the formatting for a @code{BassFigure} grob. It | 136 called to produce the formatting for a @code{BassFigure} grob. It |
137 takes a list of @code{BassFigureEvent}s, a context, and the grob to | 137 takes a list of @code{BassFigureEvent}s, a context, and the grob to |
138 format.") | 138 format.") |
139 (bassStaffProperties ,list? "An alist of property settings to | 139 (bassStaffProperties ,list? "An alist of property settings to |
140 apply for the down staff of @code{PianoStaff}. Used by | 140 apply for the down staff of @code{PianoStaff}. Used by |
141 @code{\\autochange}.") | 141 @code{\\autochange}.") |
142 (beamExceptions ,list? "An alist of exceptions to autobeam rules | 142 (beamExceptions ,list? "An alist of exceptions to autobeam rules |
143 that normally end on beats.") | 143 that normally end on beats.") |
| 144 (beamHalfMeasure ,boolean? "Allow a half measure of eighth notes to |
| 145 be beamed together in 3/4 time?") |
| 146 (beamWholeMeasure ,boolean? "Allow a whole measure of eighth notes |
| 147 to be beamed together in 3/4 time?") |
144 (beatStructure ,list? "List of @code{baseMoment}s that are combined | 148 (beatStructure ,list? "List of @code{baseMoment}s that are combined |
145 to make beats.") | 149 to make beats.") |
146 | 150 |
147 (chordChanges ,boolean? "Only show changes in chords scheme?") | 151 (chordChanges ,boolean? "Only show changes in chords scheme?") |
148 (chordNameExceptions ,list? "An alist of chord exceptions. | 152 (chordNameExceptions ,list? "An alist of chord exceptions. |
149 Contains @code{(@var{chord} . @var{markup})} entries.") | 153 Contains @code{(@var{chord} . @var{markup})} entries.") |
150 (chordNameExceptionsFull ,list? "An alist of full chord | 154 (chordNameExceptionsFull ,list? "An alist of full chord |
151 exceptions. Contains @code{(@var{chord} . @var{markup})} entries.") | 155 exceptions. Contains @code{(@var{chord} . @var{markup})} entries.") |
152 (chordNameExceptionsPartial ,list? "An alist of partial chord | 156 (chordNameExceptionsPartial ,list? "An alist of partial chord |
153 exceptions. Contains @code{(@var{chord} . (@var{prefix-markup} | 157 exceptions. Contains @code{(@var{chord} . (@var{prefix-markup} |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 dots.") | 292 dots.") |
289 (highStringOne ,boolean? "Whether the first string is the string | 293 (highStringOne ,boolean? "Whether the first string is the string |
290 with highest pitch on the instrument. This used by the automatic | 294 with highest pitch on the instrument. This used by the automatic |
291 string selector for tablature notation.") | 295 string selector for tablature notation.") |
292 | 296 |
293 | 297 |
294 (ignoreBarChecks ,boolean? "Ignore bar checks.") | 298 (ignoreBarChecks ,boolean? "Ignore bar checks.") |
295 (ignoreFiguredBassRest ,boolean? "Don't swallow rest events.") | 299 (ignoreFiguredBassRest ,boolean? "Don't swallow rest events.") |
296 (ignoreMelismata ,boolean? "Ignore melismata for this | 300 (ignoreMelismata ,boolean? "Ignore melismata for this |
297 @rinternals{Lyrics} line.") | 301 @rinternals{Lyrics} line.") |
298 (ignoreOpenStrings ,boolean? "Ignore open strings within the | |
299 automatic fret calculator.") | |
300 (implicitBassFigures ,list? "A list of bass figures that are not | 302 (implicitBassFigures ,list? "A list of bass figures that are not |
301 printed as numbers, but only as extender lines.") | 303 printed as numbers, but only as extender lines.") |
302 (implicitTimeSignatureVisibility ,vector? "break visibility for | 304 (implicitTimeSignatureVisibility ,vector? "break visibility for |
303 the default time signature.") | 305 the default time signature.") |
304 (includeGraceNotes ,boolean? "Do not ignore grace notes for | 306 (includeGraceNotes ,boolean? "Do not ignore grace notes for |
305 @rinternals{Lyrics}.") | 307 @rinternals{Lyrics}.") |
306 (instrumentCueName ,markup? "The name to print if another | 308 (instrumentCueName ,markup? "The name to print if another |
307 instrument is to be taken.") | 309 instrument is to be taken.") |
308 (instrumentEqualizer ,procedure? "A function taking a string | 310 (instrumentEqualizer ,procedure? "A function taking a string |
309 (instrument name), and returning a @code{(@var{min} . @var{max})} pair | 311 (instrument name), and returning a @code{(@var{min} . @var{max})} pair |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 (repeatCommands ,list? "This property is a list of commands | 434 (repeatCommands ,list? "This property is a list of commands |
433 of the form @code{(list 'volta @var{x})}, where @var{x} is a string or | 435 of the form @code{(list 'volta @var{x})}, where @var{x} is a string or |
434 @code{#f}. @code{'end-repeat} is also accepted as a command.") | 436 @code{#f}. @code{'end-repeat} is also accepted as a command.") |
435 (repeatCountVisibility ,procedure? "A procedure taking as | 437 (repeatCountVisibility ,procedure? "A procedure taking as |
436 arguments an integer and context, returning whether the corresponding | 438 arguments an integer and context, returning whether the corresponding |
437 percent repeat number should be printed when @code{countPercentRepeats} | 439 percent repeat number should be printed when @code{countPercentRepeats} |
438 is set.") | 440 is set.") |
439 (restCompletionBusy ,boolean? "Signal whether a completion-rest is active."
) | 441 (restCompletionBusy ,boolean? "Signal whether a completion-rest is active."
) |
440 (restNumberThreshold ,number? "If a multimeasure rest has more | 442 (restNumberThreshold ,number? "If a multimeasure rest has more |
441 measures than this, a number is printed.") | 443 measures than this, a number is printed.") |
| 444 (restrainOpenStrings ,boolean? "Exclude open strings from the |
| 445 automatic fret calculator.") |
442 | 446 |
443 (searchForVoice ,boolean? "Signal whether a search should be made | 447 (searchForVoice ,boolean? "Signal whether a search should be made |
444 of all contexts in the context hierarchy for a voice to provide rhythms | 448 of all contexts in the context hierarchy for a voice to provide rhythms |
445 for the lyrics.") | 449 for the lyrics.") |
446 (shapeNoteStyles ,vector? "Vector of symbols, listing style for | 450 (shapeNoteStyles ,vector? "Vector of symbols, listing style for |
447 each note head relative to the tonic (qv.) of the scale.") | 451 each note head relative to the tonic (qv.) of the scale.") |
448 (shortInstrumentName ,markup? "See @code{instrumentName}.") | 452 (shortInstrumentName ,markup? "See @code{instrumentName}.") |
449 (shortVocalName ,markup? "Name of a vocal line, short version.") | 453 (shortVocalName ,markup? "Name of a vocal line, short version.") |
450 (skipBars ,boolean? "If set to true, then skip the empty bars | 454 (skipBars ,boolean? "If set to true, then skip the empty bars |
451 that are produced by multimeasure notes and rests. These bars will | 455 that are produced by multimeasure notes and rests. These bars will |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 ))) | 654 ))) |
651 | 655 |
652 (define-public all-translation-properties | 656 (define-public all-translation-properties |
653 (append all-user-translation-properties | 657 (append all-user-translation-properties |
654 all-internal-translation-properties)) | 658 all-internal-translation-properties)) |
655 | 659 |
656 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 660 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
657 | 661 |
658 (define-public default-melisma-properties | 662 (define-public default-melisma-properties |
659 '(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy completionBusy)) | 663 '(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy completionBusy)) |
LEFT | RIGHT |