diff options
author | Carl Sorensen <c_sorensen@byu.edu> | 2010-12-23 08:19:46 -0700 |
---|---|---|
committer | Carl Sorensen <c_sorensen@byu.edu> | 2011-01-07 03:54:33 -0700 |
commit | 17f11c2f5ab963bfb07b7652b4860dc4dda5540a (patch) | |
tree | 97d086112dbe48c06e3f848a37d3e4c5e21b1902 /Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly | |
parent | 283d0306745f28a1a8a8cade05ff5bf220d511b6 (diff) |
Change stringTunings from list of semitones to list of pitches
This will allow the creation of a tab key that will list the tuning
of each of the strings.
* ly/string-tuning-init.ly
- define music function makeStringTuning that accepts a chord
in absolute octave mode to define string tuning.
- define music function contextStringTuning that performs the
function of makeStringTuning but also sets TabStaff.stringTunings
and FretBoards.stringTunings to the newly-defined tuning
- include predefined string tunings in makeStringTuning format
- add predefined tunings for orchestral strings
* scm/tablature.scm
- Eliminate the predefined string tunings (they're moved to
ly/string-tuning-init.ly
* python/convertrules.py
- Add rule to convert \set stringTunings = #'(...) to
\set stringTunings = #`((ly:make-pitch x y z)...)
with ly:make-pitch entries automatically calculated.
* Documentation/*
- Update documentation as necessary.
- Added automatically-generate list of predefined string tunings.
* input/regression/*
- Update regression tests for new syntax.
* Add changes entry
* Modify code in changes
* run makelsr.py
Diffstat (limited to 'Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly')
-rw-r--r-- | Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly b/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly index 261f198913..7c095ba549 100644 --- a/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly +++ b/Documentation/snippets/printing-note-names-with-and-without-an-octave-marker.ly @@ -6,7 +6,7 @@ \header { lsrtags = "tweaks-and-overrides" -%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94 +%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00 texidoces = " Se puede usar el contexto @code{NoteNames} para imprimir el valor textual de las notas. La propiedad @code{printOctaveNames} activa o |