lilypond-user
[Top][All Lists]
Advanced

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

Re: Left-handed fretboard?


From: Torsten Hämmerle
Subject: Re: Left-handed fretboard?
Date: Wed, 17 Jan 2018 11:08:29 -0700 (MST)

Hi all,

In the more recent developer versions, threre's a surprisingly simple way to
reverse the order of strings:
just set the string-distance to #-1. ;)
This doesn't work in 2.18.2, though.


\version "2.19.80"

\include "predefined-guitar-fretboards.ly"

<<
  \new FretBoards {
    \chordmode {
      c1
      \override FretBoard.fret-diagram-details.string-distance = #-1
      c1
    }
  }
>>

<http://lilypond.1069038.n5.nabble.com/file/t3887/mirror-strings-in-diagram.png>
 

HTH,
Torsten



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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