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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to