lilypond-user
[Top][All Lists]
Advanced

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

Question about FretBoards context


From: Pierre Perol-Schneider
Subject: Question about FretBoards context
Date: Sat, 5 Apr 2014 21:51:05 +0200

Dear All,

I'd like to understand why FretBoards context does not apply here :

\version "2.18.2"

\include "predefined-guitar-fretboards.ly"

\score {
  \new FretBoards
  \chordmode {
    \override FretBoard.fret-diagram-details.finger-code = #'in-dot
    d'2 g'
  }
  \layout { }
}

\score {

  \new FretBoards

  \chordmode { d'2 g' }

  \layout {

    \context {

      \FretBoards

      \override fret-diagram-details.finger-code = #'in-dot

    }

  }

}


Anyone ?


Cheers,

~Pierre

Attachment: FretBoards.png
Description: PNG image


reply via email to

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