lilypond-user
[Top][All Lists]
Advanced

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

Re: pb with 2.13 with doc example fret diagram


From: David Kastrup
Subject: Re: pb with 2.13 with doc example fret diagram
Date: Wed, 22 Dec 2010 13:33:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Ralf Mattes <address@hidden> writes:

> On Wed, 22 Dec 2010 07:19:21 +0100, David Kastrup wrote:
>
>> And if we want to be correct, we'd better use
>> 
>> \makeStringTuning #'violinTuning <g d' a' e''>
>
> But does this also preserve ordering of notes? There are quite some
> stringed instruments with reentrant tuning. 
>
>  baroqueGuitarTuning = \makeStringTuning <a d' g b e'> 

\displayMusic <a d' g b e'>

(make-music
  'EventChord
  'elements
  (list (make-music
          'NoteEvent
          'duration
          (ly:make-duration 2 0 1 1)
          'pitch
          (ly:make-pitch -1 5 0))
        (make-music
          'NoteEvent
          'duration
          (ly:make-duration 2 0 1 1)
          'pitch
          (ly:make-pitch 0 1 0))
        (make-music
          'NoteEvent
          'duration
          (ly:make-duration 2 0 1 1)
          'pitch
          (ly:make-pitch -1 4 0))
        (make-music
          'NoteEvent
          'duration
          (ly:make-duration 2 0 1 1)
          'pitch
          (ly:make-pitch -1 6 0))
        (make-music
          'NoteEvent
          'duration
          (ly:make-duration 2 0 1 1)
          'pitch
          (ly:make-pitch 0 2 0))))

-- 
David Kastrup




reply via email to

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